C1.Web.Mvc.TransposedGrid Namespace / TransposedGrid<T> Class / DefaultTypeWidth Property

In This Topic
DefaultTypeWidth Property (TransposedGrid<T>)
In This Topic
Gets the static object that defines the default width for auto-generated grid columns based on their types.
Syntax
'Declaration
 
Public Overridable ReadOnly Property DefaultTypeWidth As IDictionary(Of String,Integer)
 
See Also